home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / frame_1 / PlaceObject2_32_16 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2011-08-19  |  219b  |  9 lines

  1. onClipEvent(enterFrame){
  2.    if(_root._framesloaded == _root._totalframes and _root._totalframes > 0 && readyFlag != 1)
  3.    {
  4.       gotoAndStop(3);
  5.       _root.gotoAndStop("PlayGame");
  6.       readyFlag = 1;
  7.    }
  8. }
  9.